Gets the line number within the SDP where the error was detected. Line numbers start at 1.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
LastParseErrorLineNumber 
As 
Integer
C#
public 
int 
LastParseErrorLineNumber { 
get; }
Visual C++
public:
property 
int 
LastParseErrorLineNumber {
	
int 
get ();
}
JavaScript
function get_
lastParseErrorLineNumber();

See Also